{
  "name": "keyframes",
  "version": "1.0.0",
  "license": {
    "type": "BSD",
    "file": "LICENSE"
  },
  "homepage": "https://github.com/facebookincubator/Keyframes",
  "authors": {
    "Sean Lee": "landasiastudio@gmail.com",
    "Renyu Liu": "sd.qd.lry@gmail.com"
  },
  "summary": "Vector+keyframe rendering framework for iOS",
  "source": {
    "git": "https://github.com/facebookincubator/Keyframes.git",
    "tag": "v1.0.0"
  },
  "source_files": "ios/keyframes/src/**/*.{h,m,mm,cpp}",
  "public_header_files": "ios/keyframes/src/{Keyframes,DataModel/KFVector,Layers/KFVectorLayer,ParsingHelpers/KFVectorParsingHelper,Views/KFVectorView,Helpers/KFUtilities,Compatibility/*}.h",
  "requires_arc": true,
  "social_media_url": "https://twitter.com/fbOpenSource",
  "platforms": {
    "ios": "8.0",
    "osx": "10.11"
  }
}
